projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5daebfb
)
(reporter-dump-state): Use insert-buffer-substring.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:57:09 +0000
(
02:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 9 Aug 2005 02:57:09 +0000
(
02:57
+0000)
lisp/mail/reporter.el
patch
|
blob
|
history
diff --git
a/lisp/mail/reporter.el
b/lisp/mail/reporter.el
index 9e3a2d1a871fb00dcef5c4202d0c6323616ca5f5..058d0a83f23de7b22f0beaf780fa762e807520c4 100644
(file)
--- a/
lisp/mail/reporter.el
+++ b/
lisp/mail/reporter.el
@@
-264,7
+264,7
@@
dumped."
varlist)
(lisp-indent-line)
(insert ")\n"))
- (insert-buffer elbuf))
+ (insert-buffer
-substring
elbuf))
(error
(insert "State could not be dumped due to the following error:\n\n"
(format "%s" fault)